home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / MPW Related / DTS MPW Goodies / Trim < prev    next >
Encoding:
Text File  |  1990-09-14  |  208 b   |  16 lines  |  [TEXT/MPS ]

  1. #
  2. # Trim:
  3. #
  4. # Trim trailing spaces and tabs from end of each line in file
  5. #
  6.  
  7. If {#} == 0
  8.     Set Window "{Target}"
  9. Else
  10.     Set Window "{1}"
  11. End
  12.  
  13. Find • "{Window}"
  14. Set Exit 0
  15. Replace -c ∞ /[∂t∂f ]+∞/ "" "{Window}"
  16.